@charset "utf-8";

/* CSS reset for c_b*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {

    margin: 0;

    padding: 0;

}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



    table th, table td {

        padding: 5px;

    }



fieldset, img {

    border: 0;

}



address, caption, cite, code, dfn, em, i, th, var {

    font-style: normal;

    font-weight: normal;

}



ol, ul {

    list-style: none;

}



ception, th {

    text-align: left;

}



q:before, q:after {

    content: '';

}



abbr, acronym {

    border: 0;

}



a {

    color: #666;

    transition:color 0.2s linear;

    text-decoration: none;

}

/*for ie f6n.net*/

a:focus {

    outline: none;

}

/*for ff f6n.net*/

a:hover {

    text-decoration: none;

}

/*定位*/

.tl {

    text-align: left;

}



.tc {

    text-align: center;

}



.tr {

    text-align: right;

}



.bc {

    margin-left: auto;

    margin-right: auto;

}



.fl {

    float: left;

    display: inline;

}



.fr {

    float: right;

    display: inline;

}



.zoom {

    zoom: 1

}



.hidden {

    visibility: hidden;

}



.vam {

    vertical-align: middle;

}



.clear {

    clear: both;

    height: 0;

    line-height: 0;

    font-size: 0;

}



p {

    word-spacing: -1.5px;

}



li {

    list-style: none;

}



-moz-box-sizing:content-box;

-webkit-box-sizing:content-box;

box-sizing:content-box;

/*其他*/

.cur {

    cursor: pointer

}

/*原reset*/

sup {

    vertical-align: baseline;

}



sub {

    vertical-align: baseline;

}



input, button, textarea, select, optgroup, option {

    font-family: inherit;

    font-size: inherit;

    outline: none;

    font-style: inherit;

    font-weight: inherit;

}



input, button, textarea, select {

    *font-size: 100%;

}



input, select {

    vertical-align: middle;

}

input:-webkit-autofill {  -webkit-box-shadow: 0 0 0px 1000px white inset !important; } 

body {

    font: 14px/1.25 arial,helvetica,clean,sans-serif;

}



select, input, button, textarea, button {

    font: 99% arial,helvetica,clean,sans-serif;

}



table {

    font-size: 14px;

    width: 100%;

    border-collapse: collapse;

}



pre, code, kbd, samp, tt {

    font-family: monospace;

    *font-size: 108%;

    line-height: 100%;

}

/*title*/

h1 {

    font-size: 32px;

}



h2 {

    font-size: 26px;

}



h3 {

    font-size: 20px;

}



h4 {

    font-size: 14px;

}



h5 {

    font-size: 12px;

}



h6 {

    font-size: 10px;

}

/*清除浮动*/

.clearfix:after {

    content: '';

    display: block;

    clear: both;

    height: 0;

    visibility: hidden;

}



.clearfix {

    /*兼容 IE*/

    zoom: 1;

}

/*end reset*/

body {

    background: #f4f4f4;

    min-width:1200px;

    color:#333;

    font-family:"微软雅黑";

}



.content, .container {

    margin-left: auto;

    margin-right: auto;

    width: 1200px;

}



/* tanchuang1 提交弹窗*/

  .tanchuang1 {

  width:100%;

  position: fixed;

  top: 0;

  left: 0;

  background: url(../other/tanchuangBg.html);

  height:100%;

  z-index:9999999;

}

.tanchuang1 .conBox {

  width: 400px;

  height: 212px;

  padding: 20px;

  background: #fff;

  position: absolute;

  left: 50%;

  margin-left: -220px;

  top: 50%;

  margin-top: -80px;

  z-index:9999999;

}

.tanchuang1 .conBox .tcClose {

  width: 33px;

  height: 90px;

  position: absolute;

  right: 45px;

  top: -90px;

  cursor: pointer;

  z-index:999999999999999;

}

.tanchuang1 .conBox .box {

  width: 398px;

  height: 190px;

  border: 1px solid #e5e5e5;

  padding-top: 20px;

  text-align: center;

  position: relative;

}

.tanchuang1 .conBox .box img {

  display: block;

  width: 47px;

  height: 47px;

  margin: 0 auto;

}

.tanchuang1 .conBox .box h5 {

  font-size: 24px;

  color: #1B55CD;

  font-weight: bold;

  margin-top: 10px;

}

.tanchuang1 .conBox .box p {

  font-size: 16px;

  color: #4d4d4d;

  margin-top: 10px;

}

.tanchuang1 .conBox .box .b15 {

  display: block;

  width: 150px;

  height: 52px;

  line-height: 52px;

  text-align: center;

  font-size: 18px;

  color: #fff;

  position: absolute;

  bottom: -1px;

  left: 50%;

  margin-left: -75px;

  background: #1B55CD;

  text-decoration: none;

  z-index:999999999999999;

  border:0px;

}

.tanchuang2 .conBox .box a {

  background: #404040;

}



/*------------------------------------  新加入的代码放在下面  ---------------------------------------------*/



/*关闭网站*/

.y-close-page {

    width:100%;

    height:100%;

    position:fixed;

    left:0;

    top:0;

    z-index:99999;

    background-color:#333;

}

.y-dialog-cont {

    width:360px;

    height:160px;

    background-color:#fff;

    margin:8% auto 0;

    border-radius:10px;

    text-align:center;

    color: #666;

}

.y-dialog-cont p{

    padding-top:10%;

    font-size:18px;

}

.y-dialog-cont a{

   display:block;

   width:70px;

   height:36px;

   line-height:36px; 

   color:#fff; 

   border-radius:5px; 

   margin:36px auto 0; 

   text-decoration:none;

   background:#1B55CD;

}





@charset "UTF-8";



@font-face {

    font-family: "TrumoGothicWestBold";

    src:url("../other/TrumoGothicWestBold.html") format("woff"),

        url("../other/TrumoGothicWestBold.ttf") format("truetype"),

        url("../other/TrumoGothicWestBold.eot") format("embedded-opentype"),

        url("../other/TrumoGothicWestBold-2.html") format("svg");

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: "Geometric 415 Black BT";

    src:url("../other/Geometric%20415%20Black%20BT.html") format("woff"),

        url("../other/Geometric%20415%20Black%20BT.ttf") format("truetype"),

        url("../other/Geometric%20415%20Black%20BT.eot") format("embedded-opentype"),

        url("../other/Geometric%20415%20Black%20BT-2.html") format("svg");

    font-weight: normal;

    font-style: normal;

}



body::-webkit-scrollbar {/*滚动条整体样式*/

    width: 0px;     /*高宽分别对应横竖滚动条的尺寸*/

    height: 1px;

}

body::-webkit-scrollbar-thumb {/*滚动条里面小方块*/

    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

    background: #ccc;

}

body::-webkit-scrollbar-track {/*滚动条里面轨道*/

    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

    background: #eee;

}



/*--public--*/

.wrapper{margin:0 auto;width:1200px;}

.wrap-title{padding-bottom:40px;text-align:center;line-height:1.4;overflow:hidden;}

.wrap-title h3{font-size:32px;font-weight:normal;color:#333;}

.wrap-title h3 a{color:#333;transition:all 0.5s linear;}

.wrap-title h3 a:hover{color:#1B55CD;}

.wrap-title p{font-size:20px;color:#5a5a5a;}

.wrap-title.white *{color:#fff;}

/*--end public--*/



/*按钮动画*/

.btn-wave{position: relative;-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);overflow:hidden;}

.btn-wave:before{content: '';display: block;width: 120%;height: 0;padding: 60% 0;background-color: #0950a0;border-radius: 50%;position: absolute;left: -10%;top: 50%;-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);z-index: -1;}

.btn-wave:hover:before{-webkit-animation: btnWave 2s ease;animation: btnWave 2s ease infinite;-webkit-animation-fill-mode: forwards;-o-animation-fill-mode: forwards;animation-fill-mode: forwards;}

@-webkit-keyframes btnWave{0%{-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);}50%{opacity: 1;}100%{opacity: 0;-webkit-transform: translateY(-50%) scale(1);transform: translateY(-50%) scale(1);}}

@keyframes btnWave{0%{-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);}50%{opacity: 1;}100%{opacity: 0;-webkit-transform: translateY(-50%) scale(1);transform: translateY(-50%) scale(1);}}

/*end 按钮动画*/



 



@media screen and (max-width: 1440px) {

.nav-list li{margin:0 23px;}

}

@media screen and (max-width: 1366px) {

.slogan{display:none;}

}



/*--search--*/

.search-wrap{display:none;position:fixed;z-index:999;top:115px;right:0;padding:30px 35px;width:650px;height:94px;background:#fff;}

.search-wrap .keyword{height:36px;line-height:35px;font-size:14px;color:#666;}

.search-wrap .keyword a{color:#666;}

.search-wrap .keyword a:after{display:inline-block;content:"，";}

.search-wrap .keyword a:last-child:after{display:none;}

.search-form{position:relative;margin-top:13px;height:52px;border:#1b1b1b solid 1px;}

.search-form input{display:block;padding:0 20px;width:100%;height:52px;line-height:52px;border:none;outline:none;box-sizing:border-box;}

.search-form button{display:block;position:absolute;top:0;right:0;width:52px;height:52px;border:none;cursor:pointer;background:#fff url(../images/submit_btn.png) no-repeat center;}

/*--end search--*/



.telPop{display:none;position:fixed;z-index:999;top:30px;right:calc(2% + 225px);width:200px;height:50px;line-height:50px;text-align:center;font-size:24px;color:#1B55CD;font-family:Arial;background:#fff;border-radius:5px;}



/*--NavPop--*/

.NavPop{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;overflow:hidden;background:#fff;}

.NavPop .item{float:left;padding-top:15%;width:11.11%;height:100%;text-align:center;box-sizing:border-box;border-right:#efefef solid 1px;transition:all 0.5s linear;}

.NavPop .item .num{height:75px;line-height:75px;font-size:60px;color:#e8e8e8;font-family:"TrumoGothicWestBold";}

.NavPop .item dt{height:50px;line-height:50px;font-size:20px;}

.NavPop .item dt a{color:#333;}

.NavPop .item dd{display:none;padding-top:50px;overflow:hidden;}

.NavPop .item dd a{display:block;height:35px;line-height:35px;font-size:14px;color:#f3e7e7;}

.NavPop .item.cur dd{display:block;}

.NavPop .item.cur dt a,.NavPop .item.cur dd a{color:#fff;}

.NavPop .item-1.cur{background:url(../images/NavPop_item05.jpg) no-repeat center;background-size:cover;}

.NavPop .item-2.cur{background:url(../images/NavPop_item05.jpg) no-repeat center;background-size:cover;}

.NavPop .item-3.cur{background:url(../images/NavPop_item05.jpg) no-repeat center;background-size:cover;}

.NavPop .item-4.cur{background:url(../images/NavPop_item05.jpg) no-repeat center;background-size:cover;}

.NavPop .item-5.cur{background:url(../images/NavPop_item05.jpg) no-repeat center;background-size:cover;}

.NavPop .item-6.cur{background:url(../images/NavPop_item05.jpg) no-repeat center;background-size:cover;}

.NavPop .item-7.cur{background:url(../images/NavPop_item05.jpg) no-repeat center;background-size:cover;}

.NavPop .item-8.cur{background:url(../images/NavPop_item05.jpg) no-repeat center;background-size:cover;}

.NavPop .item-9.cur{background:url(../images/NavPop_item05.jpg) no-repeat center;background-size:cover;}

.NavPop .closeBtn{position:absolute;z-index:10000;top:50px;right:50px;width:48px;cursor:pointer;}

.NavPop .closeBtn i{display:block;width:48px;height:48px;background:url(../images/close.png) no-repeat;transition:all 0.5s linear;}

.NavPop .closeBtn p{height:30px;line-height:30px;text-align:center;font-size:14px;color:#333;}

.NavPop .closeBtn:hover i{transform:rotate(180deg);}

/*--end NavPop--*/



/*--footer--*/

.footer{position:relative;overflow:hidden;background:url(../images/footer_bg.png) repeat-y center;}

.footer:after{display:block;position:absolute;left:0;top:352px;width:100%;height:1px;content:"";background:#efefef;}

.footer .leftCon{float:left;width:792px;overflow:hidden;}

.footer .rightCon{float:right;width:360px;overflow:hidden;}

.ft-menu{overflow:hidden;}

.ft-menu dl{float:left;padding-left:20px;width:137px;height:270px;border-left:#efefef solid 1px;}

.ft-menu dt{padding-top:70px;height:40px;line-height:40px;font-size:16px;}

.ft-menu dt a{color:#333;}

.ft-menu dt a:hover{font-weight:bold;color:#1B55CD;}

.ft-menu dd{padding-top:12px;overflow:hidden;}

.ft-menu dd a{display:block;height:35px;line-height:35px;font-size:14px;color:#666;}

.ft-menu dd a:hover{color:#1B55CD;}

.dibuw{ width:280px !important;}

.copyright{height:80px;line-height:80px;font-size:14px;color:#999;}

.copyright a{color:#999;}

.copyright a:hover{color:#1B55CD;}

.ft-info{padding-top:80px;text-align:right;}

.ft-tel{height:102px;line-height:1.5;}

.ft-tel span{display:block;font-size:14px;color:#999;}

.ft-tel p{font-size:24px;font-family:Arial;color:#1B55CD;}

.ft-address{position:relative;padding-top:10px;height:125px;line-height:25px;font-size:14px;color:#666;overflow:hidden;}

.ft-address:after{display:block;position:absolute;right:0;top:0;width:20px;height:1px;content:"";background:#777;}

.ft-icons{position:relative;z-index:333;}

.ft-icons li{float:right;margin-left:12px;}

.ft-icons li .icon{margin-top:15px;width:39px;height:39px;cursor:pointer;}

.ft-icons li .icon img{display:block;width:39px;height:39px;user-select:none;}

.ft-icons .pop{display:none;position:absolute;bottom:100%;right:5px;padding:20px;border-radius:5px;background:#fff;box-shadow:0 0 10px #ccc;}

.Email-pop{width:200px;height:50px;line-height:25px;text-align:left;}

.Email-pop span{color:#999;}

.Email-pop p{font-size:16px;color:#1B55CD;}

.QRcode-pop{width:120px;}

.QRcode-pop img{display:block;width:120px;height:120px;}

.QRcode-pop p{text-align:center;padding-top:10px;line-height:25px;color:#999;}

.links-pop{width:300px;height:120px;}

.links-pop a{display:block;float:left;widht:80px;height:25px;line-height:25px;font-size:14px;color:#666;}

.links-pop a:hover{color:#1B55CD;}

/*--end footer--*/



/*--backTop--*/

.backTop{position:fixed;z-index:9999;right:20px;bottom:10%;width:58px;height:58px;cursor:pointer;opacity:0.8;background:#0281ec url(../images/backTop.png) no-repeat;border-radius:50%;}

.backTop:hover{opacity:1;}

/*--end backTop--*/